Open
Bug 1776882
Opened 3 years ago
Updated 20 days ago
[US][vimeo.com] The autofill menu can't be triggered easily
Categories
(Toolkit :: Form Autofill, task, P3)
Tracking
()
People
(Reporter: hyacoub, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
4.08 MB,
video/quicktime
|
Details |
Found in
- Firefox 103.0b1
Affected versions
- Firefox 104.0a1
- Firefox 103.0b1
- Firefox 101.0.1
- Firefox 91.11.0esr
Affected platforms
- macOS 11.6
- Windows 10 x64
- Ubuntu 20.04 x64
Steps to reproduce
- Make sure to have a couple of addresses saved
- Open Firefox -> United States(US) en-us build locale
- Go to https://vimeo.com/enterprise/contact-us
- Double click on any of the field to trigger autofill
- Click on any of the field to trigger autofill menu
Expected result
- The autofill menu should be triggered easily
Actual result
- The yellow highlight is gone after clicking twice on any field which makes the autofill menu not to be triggered easily
Regression range
- Not a regression.
Reporter | ||
Updated•3 years ago
|
Has STR: --- → yes
Comment 1•3 years ago
|
||
I guess this is because after autofilling, the form adds a new element (Website in this case). When a form is updated, we cleared all the previous states, including states that record those fields have already autofilled. Since we don't really treat this case not autofilled anymore (The autofill yellow background is still there), I think we should "migrate" some of the stats of the old form to the updated form instead of simply clearing everything.
Updated•3 years ago
|
Updated•20 days ago
|
Type: defect → task
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•